Bump to 0.6.0
authorAlex Crichton <alex@alexcrichton.com>
Wed, 16 Sep 2015 16:35:43 +0000 (09:35 -0700)
committerAlex Crichton <alex@alexcrichton.com>
Wed, 16 Sep 2015 16:35:43 +0000 (09:35 -0700)
Cargo.lock
Cargo.toml
Makefile.in

index f835ae19ad0344c30c1f4d671c7ec37021c91a71..3d78596b9e023ce02f5fe11d178dbee9a8c17fb7 100644 (file)
@@ -1,6 +1,6 @@
 [root]
 name = "cargo"
-version = "0.5.0"
+version = "0.6.0"
 dependencies = [
  "advapi32-sys 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
  "bufstream 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
index 5c360c81df913e3570541ddaf0b7e9c58bba704d..13f389c15c29f3570e3948d3a47cac4d81b5df83 100644 (file)
@@ -1,6 +1,6 @@
 [project]
 name = "cargo"
-version = "0.5.0"
+version = "0.6.0"
 authors = ["Yehuda Katz <wycats@gmail.com>",
            "Carl Lerche <me@carllerche.com>",
            "Alex Crichton <alex@alexcrichton.com>"]
index 0dd5c2c88a14813bb63f501de716fd60eb330dfc..9cc1993f23b8db0b38a1fb611cb98477bfae914e 100644 (file)
@@ -1,4 +1,4 @@
-CFG_RELEASE_NUM=0.5.0
+CFG_RELEASE_NUM=0.6.0
 CFG_RELEASE_LABEL=
 
 include config.mk